CS 112
|
1 Course Basics1.1 Course Outcomes
1.2 PrerequisitesC or better in MATH 104, 105, or 113 (or sufficient score on the math placement test). Important Note about CS 101. CS 101 is a requirement for all CS/ACS majors, but not for non-majors. CS/ACS Majors are expected to take CS 101 with their first CS class, typically CS 112. Thus if you are taking 112 this semester and are a CS or ACS major, you are very strongly encouraged to enroll in CS 101. 1.3 TextThe Practice of Computing Using Python, Second Edition. William Punch and Richard Enbody. An eText version is available. Readings will be suggested, but there will not be required problems from the book. An older version of the text uses Python 2.7.x, instead of Python 3.x. There are a few significant differences in syntax, but if you can keep track of these (and different page numbers), you might be able to use an old version of the book if you've already got access to it. 2 Contact Information
2.1 Contacting UsAll correspondence will go through Piazza. You can send private messages to the instructors (professor, GTAs, UTAs all) as well as post public questions visible to all students, collaborate on responses, and tag everything by topic. 2.2 Course MaterialsAll assignments will be submitted (per published deadlines) via Blackboard. This is basically the only use for Blackboard in the course. (submitting work, viewing grades). Course discussions will take place on Piazza. Go sign up now, so you don't miss announcements. Documents such as GTA/UTA contacts, schedules, and lecture slides will be on piazza. 3 GradingThe course will have a midterm and a final. Much of the work during the semester will be completing projects, as well as regular assessments in lab (quizzes and programming tasks). In general, all work should be available about one week after turning it in.
3.1 ProjectsAll project grades will be averaged together. Projects are due at a specific time on a specific day. Each 24-hour period that is entered before turning in the assignment will incur a 25% “ceiling penalty”. This means your score will be the minimum between what functionality score you achieve on it and the penalties score. For instance, turning in an assignment 25 hours late is two “days” late, so the lateness penalty score would be 100-25-25 = 50%. If you scored a 93% for functionality, you would actually receive min(93,50)=50%. If you scored only a 43% for functionality, your score would be min(43,50)=43%. This is much better than a flat percentage penalty off—the missed points overlap with the penalty! Each student will be given three Late-Day tokens to skip the late assignment penalty. They are automatically applied to the earliest late submissions. The last project might not be allowed to be turned in late at all, to facilitate grading by the deadline. If this is the case, leftover late-day tokens will be worth a small reward. The lowest project grade will be dropped. After the first two projects, any code turned in that does not compile (specifically on Python 3) will receive at most 50%. No exceptions. At this point, if the grader is able to quickly fix your code, you might get some points back. If the grader cannot immediately spot and fix the issue, you'll be fortunate to get any points at all. Turning in code that runs is a big deal! 3.1.1 Turning it in on BlackBoardYou can submit your work an unlimited number of times to BlackBoard, and only the last version will be graded. You can also download your submitted attempts, and verify that you turned in a working copy. Turning in the wrong files will likely result in a zero. Catastrophic computer failure will not be cause for an extension. Use a backup service such as DropBox (or any cloud service), emailing yourself, storing to a USB drive, whatever it takes. 3.2 Lab AssessmentsAll lab assessment grades will be averaged together. Lab assessments will be either paper-and-pencil quizzes or computer-based tasks. Any missed lab assessment is simply missed, regardless of the reason why (travel, illness, work, traffic, etc.) We will drop the lowest two grades from this category. If you choose to miss some early on, and later on have to miss for some understandable reason, that is too bad. Try to save them so you can actually throw out a bad grade, and not just to hide some zeroes. 3.3 Midterm and Final ExamThe midterm and final exam will focus on performing programming. They will be entirely paper and pencil—no computers. All students must have their GMU identification available on testing days. If you miss the midterm, and a valid reason is verified with documentation (ER visit, traffic accident, violent illness), I may elect to allow the final exam to count 40% to give you a sort of do-over. This policy is not automatic, however. If you miss the final, there is very little I can do for you. Don't miss the final! The final will not be given early. You are starting the course with knowledge of the schedule (see below). You must pass the final exam to pass the course. You also need to have a passing percentage grade, but failure on the final exam indicates a systemic lack of true progress. Generally, students who fail the final exam do not have a passing grade in the course anyways. There will only be a curve if a specific question ends up being too ambiguous or otherwise obviously unfair.
3.4 Calculating Semester Grades
Grades will be assessed on the following scale:
3.5 Contested GradesIf you feel points have been incorrectly deducted, contact the grader. For all projects and lab assessments, that either your lab GTA or someone who signed your grade comments. For the midterm and final exam, that is your professor. If you have not initiated contact within a week of receiving the grade, it is too late. We cannot entertain a swarm of contested grades at the eleventh hour to try to maximize end-of-semester grades. We strive to grade each student's work fairly and uniformly, often through specific tests, which might even be automated as part of the grading process. 4 The Honor CodeThe honor code at George Mason is an important part of our academic culture. A degree from this institution should be a direct measure of your own progress and abilities, and as such at all times we must ensure that all work that should be your own is your own. I personally take the honor code very seriously. Any attempts at sharing code, algorithms, or other violations of the honor code simply will not be tolerated. As seductively simple as it may seem to just copy and paste work from a friend, remember that it is just as easy to compare your work electronically, and discover the similarities. Repeat to yourself: it's not worth trying to cheat. I will catch it, and sadly but surely, I will turn it in. The penalty for cheating will be far worse than a zero grade. 4.1 Some Specifics and Links
5 Learning DisabilitiesIf you have a documented learning disability or other condition that may affect academic performance you must (a) make sure this documentation is on file with Office for Disability Services (SUB I, Rm. 4205; 993-2474;http://ods.gmu.edu) and (b) speak with the professor ASAP to discuss your accommodation needs. 6 ScheduleReading Descriptions:
7 Other useful campus resources
|